Skip to main content

DisableScalingGroup

Description

disable a specified scaling group.

Request Method

POST

Request Path

/apsara/route/Ess/DisableScalingGroup

Request Parameters Common Parameters

NameLocationTypeRequiredSample valueDescription
regionIdBODYstringYesNo sample value for this parameter.region id
ScalingGroupIdBODYstringYesNo sample value for this parameter.ID of the scaling group.
versionBODYstringNo2016-01-01version of api

Return data

NameTypeSample valueDescription
The specified scaling group does not exist under this user accountinvalidscalinggroupid.notfoundThe specified scaling group does not exist.404

Example

Successful Response example

{
"The specified scaling group does not exist under this user account":"The specified scaling group does not exist."
}

Failed Response example

{
"errorSample":
{
"resultCode":-1,
"resultMsg":"system error",
"result":null
}

}